home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / GNU_KIT / DISK1.ZIP / bash.rc < prev    next >
Encoding:
Text File  |  1994-04-18  |  1.0 KB  |  37 lines

  1. # this is .bash_login -- started from a login shell
  2. #
  3. # first we set up the Path, i.e. were we look for executbles.
  4. #
  5. PATH=.:/dev/f/gnu/bin:/dev/f/bin;export PATH
  6. export PS1='\w\\'#' \033e'
  7. export HOME=/dev/f/
  8. SHELL='f:\bash.tos'
  9. export SHELL
  10. export GNUINC=/dev/f/include
  11. export GNULIB=/dev/f/lib
  12. export CC=/dev/f/gnu/bin/gcc.ttp
  13. export GCCEXEC=/dev/f/gnu/bin/gcc-
  14. #export GCC_EXEC_PREFIX=/dev/f/gnu/bin/gcc-
  15. export COMPILER_PATH=/dev/f/gnu/bin
  16. export LIBRARY_PATH=/dev/f/lib
  17. if [ ! -d /dev/g/tmp ]; then
  18.   ramdisk G 200; mkdir /dev/g/tmp   #Set it to your own disk/size values.
  19. else
  20.   rm -fr /dev/g/tmp/*
  21. fi
  22. export TEMP=g:/tmp
  23. export TMP=$TEMP
  24. export TMPDIR=$TEMP
  25. export MANPATH=/dev/f/gnu/man
  26. export PAGER='less.ttp -C -M -r -s'
  27. echo -e "\33EBooting as a vt52 TOS terminal"
  28. alias e='f:/bin/ce.prg'    #Put a path to your favorite text editor here.
  29. alias more='less -m -c'
  30. alias up='cd ..'
  31. alias ll='ls -l'
  32. alias ls='ls -F'
  33. alias home='cd $HOME'
  34. export TERM=vt52    #Or vt52-28 or vt52-30 depending on the resolution
  35. alias cls='echo -en "\33E\33e"'
  36. alias  on='echo -en "\33e"'
  37.